home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win95.rus / win95_12.cab / _pwmove.bat next >
DOS Batch File  |  1995-10-02  |  576b  |  19 lines

  1. @echo off
  2. if (%1)==() goto egress
  3. if (%2)==() goto egress
  4. move /y %1\select.exe %2\select.exe
  5. move /y %1\pcsa.exe %2\pcsa.exe
  6. move /y %1\srm.exe %2\srm.exe
  7. move /y %1\instl50.dll %2\instl50.dll
  8. move /y %1\instl51.dll %2\instl51.dll
  9. move /y %1\deccore.vxd %2\deccore.vxd
  10. move /y %1\declicl.vxd %2\declicl.vxd
  11. find /i "select.exe" %2\startnet.bat >nul
  12. if not errorlevel 1 goto egress
  13. set pcsa=%2
  14. if exist %2\cfg0001.tpl %2\select /template=%2\cfg0001.tpl /timeout=1
  15. if not exist %2\cfg0001.tpl %2\select /timeout=45
  16. set pcsa=
  17. :egress
  18. echo echo.>%1\_pwmove.bat
  19.